Skip to main content

Retrieve specific cost target planning history entry.

GET 

https://app.nops.io/c/cost_page/cost_target_planning_history/:id/

Fetches detailed historical data for a specific cost target planning entry identified by its ID. Includes metrics and planning information over the relevant period.

Request

Path Parameters

    id integerrequired

    A unique integer value identifying this cost target planning history.

Responses

Schema

    id ID (integer)
    created date-time
    modified date-time
    history_date datenullable
    actual_spend Actual spend (number)nullable
    client Client (integer)
    cost_target_planning Cost target planning (integer)nullable
curl -L 'https://app.nops.io/c/cost_page/cost_target_planning_history/:id/' \
-H 'Accept: application/json' \
-H 'x-nops-api-key: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://app.nops.io/c/cost_page
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!